net/http.http2priorityNode.next (field)
15 uses
net/http (current package)
h2_bundle.go#L11301: prev, next *http2priorityNode // doubly-linked list of siblings
h2_bundle.go#L11314: parent.kids = n.next
h2_bundle.go#L11316: n.prev.next = n.next
h2_bundle.go#L11318: if n.next != nil {
h2_bundle.go#L11319: n.next.prev = n.prev
h2_bundle.go#L11327: n.next = nil
h2_bundle.go#L11330: n.next = parent.kids
h2_bundle.go#L11332: if n.next != nil {
h2_bundle.go#L11333: n.next.prev = n
h2_bundle.go#L11371: for k := n.kids.next; k != nil; k = k.next {
h2_bundle.go#L11378: for k := n.kids; k != nil; k = k.next {
h2_bundle.go#L11397: for k := n.kids; k != nil; k = k.next {
h2_bundle.go#L11569: next := k.next
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)